home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / l33t_liek_jeff_k / leet source / Info < prev   
Text File  |  2000-06-23  |  425b  |  16 lines

  1. {
  2.     /* Localized names for this bundle */
  3.     LocalizedNames = {
  4.         English = HackMac;
  5.     };
  6.     
  7.     /* Actual name of bundle to load (from same folder as Info file). */
  8.     BundleName = "leet.bundle";
  9.     
  10.     /* Whether to load this bundle on launch or lazily */
  11.     LoadBundleOnLaunch = YES;
  12.     
  13.     /* Whether or not the Input Manager should show up in the Input menu automatically. */
  14.     NoMenuEntry = YES;
  15. }
  16.